水下功夫做透,水上才能顺风顺水。

ddl-sql

#修改主键起始值

alter table m_account  AUTO_INCREMENT=200029860;

#修改字段默认值

alter table t_bill_details alter column  expect_amount set DEFAULT 0;

#修改字段长度

alter table t_invoice_order modify column  inner_amount  varchar(2048);

posted @ 2018-11-09 17:00  北方寒士  阅读(114)  评论(0编辑  收藏  举报