Skip to content

Instantly share code, notes, and snippets.

@jvanhoesen
Created April 13, 2021 13:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jvanhoesen/df6066f1662c933168d26f7b517efef1 to your computer and use it in GitHub Desktop.
Save jvanhoesen/df6066f1662c933168d26f7b517efef1 to your computer and use it in GitHub Desktop.
Customization Project XML
<Sql TableName="Table1" TableSchemaXml="#CDATA">
<CDATA name="TableSchemaXml"><![CDATA[<table name="Table1">
<col name="Field1" type="Int" default="Zero" />
<col name="Field2" type="NVarChar(10)" />
<index name="PK_Table1" clustered="true" primary="true" unique="true">
<col name="Field1" />
<col name="Field2" />
</index>
</table>]]></CDATA>
</Sql>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment