Mega Code Archive

 
Categories / MySQL / Table Index
 

A column definition may include options to define the column data more precisely

mysql> mysql> CREATE TABLE t (id INT NOT NULL); Query OK, 0 rows affected (0.00 sec) mysql> mysql> drop table t; Query OK, 0 rows affected (0.00 sec) mysql>