Binary Image
Syntax to Remember
MySQLcreate table tableName id int(##) not null primary key auto_increment;
alter table users add column (dateCreated timestamp default current_timestamp);
alter table users add column visible bool after id;
alter table users modify username varchar(255) not null;





Copyright © 2007-2024 by chad