Skip to content
Snippets Groups Projects
user avatar
Pete Fritchman authored
- explicitly ask for InnoDB
- use BIGINTs as primary keys
- add a BIGINT primary key to staged; chars as primary keys hurt indexing
- INDEX(foo) when foo is already UNIQUE makes a duplicate index
- email.user is now a foreign key to user.id
- add 'NOT NULL' constraints
- for varchar(N) where N < 255 and the strings are fixed length,
  it's slightly more efficient to use char(N)

Signed-off-by: default avatarLloyd Hilaiel <lloyd@hilaiel.com>
22296450
Name Last commit Last update