8cea8e5cc0
Add a column indicating whether we are talking days or hours here This work is merely a holding version pending a better version
1 line
93 B
SQL
1 line
93 B
SQL
alter table issuingrules add column lengthunit varchar(10) default 'days' after issuelength;
|