默认值约束
create table teas(
-> addr VARCHAR(50) DEFAULF 'ABC'
-> );
ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'DEFAULF 'ABC'
)' at line 2
是default 'ABC'。拼错了关键字。