more modular + registration done
This commit is contained in:
parent
4e2318b852
commit
f3908219cd
11 changed files with 239 additions and 66 deletions
|
@ -24,5 +24,5 @@ CREATE TABLE accounts (
|
|||
twitter_url VARCHAR(20),
|
||||
twitch_url VARCHAR(20),
|
||||
|
||||
created_at TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP
|
||||
created_at TEXT NOT NULL DEFAULT (TO_CHAR(CURRENT_TIMESTAMP, 'YYYY-MM-DD HH24:MI:SS.MS'))
|
||||
);
|
Loading…
Add table
Add a link
Reference in a new issue