index
:
tomi.science.git
main
Git Server
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
backend
/
migrations
/
2021.06.29T19.17.13.value.sql
blob: 0324d1bb98ad18b80663c1facb0df9bea58d7be2 (
plain
)
1
2
3
4
5
CREATE TABLE state
(
value
BIGINT
NOT NULL
);
INSERT INTO state
(
value
)
VALUES
(
0
);