|
|
|
|
|
by fatnoah
770 days ago
|
|
> Why wouldn't the "script" be all of the necedssary commands to create the entire database? That pre-dated me, so I have no idea. It's also why I simply jettisoned the schema migration script altogether, since the dacpac covered both migrations and creating new databases. Some other "fun" things in the database were "expansion columns" just in case new columns were needed. Many tables had "int_1", "int_2", "int_3" etc that were not used, but ready to be used should the need arise. |
|