repo.or.cz
/
soepkiptng.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
also check gaps at end
[soepkiptng.git]
/
soepkiptng_update3.my
blob
086c2b6782a23afb84d69a00f0081823b73d9164
1
2
use soepkiptng;
3
4
ALTER TABLE song add (sets BIGINT UNSIGNED NOT NULL DEFAULT 0);
5
6
CREATE TABLE sets (
7
num int NOT NULL,
8
name varchar(255) NOT NULL,
9
UNIQUE(num),
10
UNIQUE(name)
11
);
12