数据库添加默认字段

1.MSSQL

ALTER TABLE tb_PayInfo ADD createtime datetime NOT NULL DEFAULT GETDATE()

2.MYSQL