- or download this
CREATE TABLE foo (
id int unsigned primary key,
name varchar(255)
)
- or download this
CREATE TABLE foo (
id int unsigned primary key,
name varchar(255),
status tinyint unsigned
)
- or download this
ALTER TABLE foo ADD status tinyint unsigned