This question shows research effort; it is useful and clear
0
This question does not show any research effort; it is unclear or not useful
Bookmark this question.
Show activity on this post.
再会,
我正在尝试创建一个 php 查询来创建一个名为 timestamp 的列。
$query="CREATE TABLE contacts (id int(6) NOT NULL auto_increment,entryCount varchar(15) NOT NULL,web varchar(30) NOT NULL,PRIMARY KEY (id),UNIQUE id (id),KEY id_2 (id))";