Finished translation of Chapter 1 in pt-br
This commit is contained in:
6
en/code/src/apps/ch.5.3/schema.sql
Normal file
6
en/code/src/apps/ch.5.3/schema.sql
Normal file
@@ -0,0 +1,6 @@
|
||||
CREATE TABLE `userinfo` (
|
||||
`uid` INTEGER PRIMARY KEY AUTOINCREMENT,
|
||||
`username` VARCHAR(64) NULL,
|
||||
`department` VARCHAR(64) NULL,
|
||||
`created` DATE NULL
|
||||
);
|
||||
Reference in New Issue
Block a user