initial commit
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
create table links (
|
||||
code text primary key,
|
||||
long_url text not null,
|
||||
created_at text not null default (current_timestamp)
|
||||
);
|
||||
Reference in New Issue
Block a user