This website requires JavaScript.
Explore
Help
Sign In
tforgione
/
3d-interface
Watch
1
Star
0
Fork
You've already forked 3d-interface
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
1101c74132
3d-interface
/
sql
/
backup.pgsql
7 lines
98 B
PL/PgSQL
Raw
Blame
History
DROP
TABLE
IF
EXISTS
users
;
CREATE
TABLE
users
(
id
SERIAL
PRIMARY
KEY
,
name
char
(
50
)
)
;
Reference in New Issue
View Git Blame
Copy Permalink