USE TEST
GO
--紧急联系人
--删除原有约束
--ALTER TABLE test drop constraint DF_TEST_JJLXR
--添加约束
ALTER TABLE test add constraint DF_TEST_JJLXR DEFAULT ‘‘ for JJLXR
--紧急联系人电话
--删除原有约束
--ALTER TABLE test drop constraint DF_TEST_JJLXDH
--添加约束
ALTER TABLE test add constraint DF_TEST_JJLXDH DEFAULT ‘‘ for JJLXDH