|
|
Online Suche im Handbuch |
|
CREATE TABLE comments (
uid SMALLINT NOT NULL,
contact_date DATETIME NOT NULL,
contact_comment CHAR(60),
KEY(uid),
KEY(contact_date),
KEY(contact_comment)
)
|
|
Online Suche im Handbuch |
|