8655c93853
* refactor server to allow pluggable db and tracing * clean up * fix descriptions * remove dependencies
1 line
74 B
SQL
1 line
74 B
SQL
alter table users add column created_at timestamp not null default now();
|