huellas/migrations/20230315004723_add_url.sql
Felipe 2279026a81
Add optional URL field (#14)
Co-authored-by: Felipe Contreras Salinas <felipe@bstr.cl>
Reviewed-on: #14
2023-03-28 02:01:09 -03:00

1 line
49 B
SQL

ALTER TABLE places ADD url VARCHAR DEFAULT null;