mirror of
https://github.com/Noratrieb/karlauth.git
synced 2026-01-14 22:35:03 +01:00
oops
This commit is contained in:
parent
dfc6771135
commit
e8419c3a14
7 changed files with 205 additions and 205 deletions
|
|
@ -1,3 +1,3 @@
|
|||
-- This file should undo anything in `up.sql`
|
||||
|
||||
-- This file should undo anything in `up.sql`
|
||||
|
||||
DROP TABLE users;
|
||||
|
|
@ -1,10 +1,10 @@
|
|||
-- Your SQL goes here
|
||||
|
||||
CREATE TABLE users
|
||||
(
|
||||
id SERIAL NOT NULL PRIMARY KEY,
|
||||
first_name TEXT NOT NULL,
|
||||
last_name TEXT NOT NULL,
|
||||
email TEXT NOT NULL,
|
||||
created_at TIMESTAMP NOT NULL
|
||||
-- Your SQL goes here
|
||||
|
||||
CREATE TABLE users
|
||||
(
|
||||
id SERIAL NOT NULL PRIMARY KEY,
|
||||
first_name TEXT NOT NULL,
|
||||
last_name TEXT NOT NULL,
|
||||
email TEXT NOT NULL,
|
||||
created_at TIMESTAMP NOT NULL
|
||||
);
|
||||
Loading…
Add table
Add a link
Reference in a new issue