blob: c8a586942306b822a8e0a6ccafc34c90a3786cd2 [file] [log] [blame]
alter table `m_product_loan` add column `start_date` DATE NULL DEFAULT NULL ,
add column `close_date` DATE NULL DEFAULT NULL ;