create table links ( code text primary key, long_url text not null, created_at text not null default (current_timestamp) );