SimpleNotes/persistance/resources/db/migration/other/V2__Add_deleted_column.sql
2020-11-11 23:48:27 +01:00

3 lines
69 B
SQL

alter table Notes
add column deleted bool not null default false