Add optional URL field #14
1 changed files with 1 additions and 0 deletions
1
migrations/20230315004723_add_url.sql
Normal file
1
migrations/20230315004723_add_url.sql
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
ALTER TABLE places ADD url VARCHAR DEFAULT null;
|
||||||
Loading…
Add table
Reference in a new issue