books
code
firstAttack
links
quotes
sky
snow
Syntax to Remember
MySQL
create 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-2025 by chad