Files
nuxt-starter/server/database/migrations/0000_hot_thunderball.sql
2024-07-23 20:27:33 +02:00

6 lines
129 B
SQL

CREATE TABLE `users` (
`id` integer PRIMARY KEY NOT NULL,
`name` text DEFAULT '',
`created_at` text DEFAULT (CURRENT_DATE)
);