8 lines
224 B
SQL
8 lines
224 B
SQL
alter table contacts add column
|
|
can_stale boolean not null default true;
|
|
|
|
alter table contacts add column
|
|
periodicity text not null default 'P0D';
|
|
|
|
alter table contacts add column
|
|
active boolean not null default true;
|