mirror of
https://github.com/ArthurDanjou/spanish-learner.git
synced 2026-01-24 17:00:32 +01:00
Initial commit
This commit is contained in:
5
server/database/migrations/0000_hot_thunderball.sql
Normal file
5
server/database/migrations/0000_hot_thunderball.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
CREATE TABLE `users` (
|
||||
`id` integer PRIMARY KEY NOT NULL,
|
||||
`name` text DEFAULT '',
|
||||
`created_at` text DEFAULT (CURRENT_DATE)
|
||||
);
|
||||
Reference in New Issue
Block a user