[4494] | 1 | <?xml version="1.0" encoding="utf-8"?><Database Name="HeuristicLab.PluginStore" Class="DeploymentDataContext" xmlns="http://schemas.microsoft.com/linqtosql/dbml/2007">
|
---|
| 2 | <Connection Mode="AppSettings" ConnectionString="Data Source=.\SQLEXPRESS;Initial Catalog=HeuristicLab.Deployment;Integrated Security=SSPI" SettingsObjectName="HeuristicLab.Services.Deployment.DataAccess.Properties.Settings" SettingsPropertyName="HeuristicLab_DeploymentConnectionString" Provider="System.Data.SqlClient" />
|
---|
[2742] | 3 | <Table Name="dbo.Dependencies" Member="Dependencies">
|
---|
| 4 | <Type Name="Dependency">
|
---|
| 5 | <Column Name="PluginId" Type="System.Int64" DbType="BigInt NOT NULL" IsPrimaryKey="true" CanBeNull="false" />
|
---|
| 6 | <Column Name="DependencyId" Type="System.Int64" DbType="BigInt NOT NULL" IsPrimaryKey="true" CanBeNull="false" />
|
---|
| 7 | </Type>
|
---|
| 8 | </Table>
|
---|
| 9 | <Table Name="dbo.ProductPlugin" Member="ProductPlugins">
|
---|
| 10 | <Type Name="ProductPlugin">
|
---|
[2766] | 11 | <Column Name="ProductId" Type="System.Int64" DbType="BigInt NOT NULL" IsPrimaryKey="true" CanBeNull="false" />
|
---|
| 12 | <Column Name="PluginId" Type="System.Int64" DbType="BigInt NOT NULL" IsPrimaryKey="true" CanBeNull="false" />
|
---|
[2742] | 13 | </Type>
|
---|
| 14 | </Table>
|
---|
| 15 | <Table Name="dbo.Plugin" Member="Plugins">
|
---|
| 16 | <Type Name="Plugin">
|
---|
| 17 | <Column Name="Id" Type="System.Int64" DbType="BigInt NOT NULL IDENTITY" IsPrimaryKey="true" IsDbGenerated="true" CanBeNull="false" />
|
---|
| 18 | <Column Name="Name" Type="System.String" DbType="NVarChar(300) NOT NULL" CanBeNull="false" />
|
---|
| 19 | <Column Name="Version" Type="System.String" DbType="NVarChar(50) NOT NULL" CanBeNull="false" />
|
---|
[2860] | 20 | <Column Name="ContactName" Type="System.String" DbType="Text" CanBeNull="true" UpdateCheck="Never" />
|
---|
| 21 | <Column Name="ContactEmail" Type="System.String" DbType="Text" CanBeNull="true" UpdateCheck="Never" />
|
---|
[2816] | 22 | <Column Name="License" Type="System.String" DbType="Text" CanBeNull="true" UpdateCheck="Never" />
|
---|
[2742] | 23 | <Association Name="Plugin_PluginPackage" Member="PluginPackage" ThisKey="Id" OtherKey="PluginId" Type="PluginPackage" Cardinality="One" />
|
---|
| 24 | </Type>
|
---|
| 25 | </Table>
|
---|
| 26 | <Table Name="dbo.PluginPackage" Member="PluginPackages">
|
---|
| 27 | <Type Name="PluginPackage">
|
---|
| 28 | <Column Name="PluginId" Type="System.Int64" DbType="BigInt NOT NULL" IsPrimaryKey="true" CanBeNull="false" />
|
---|
| 29 | <Column Name="Data" Type="System.Data.Linq.Binary" DbType="Image NOT NULL" CanBeNull="false" UpdateCheck="Never" />
|
---|
| 30 | <Association Name="Plugin_PluginPackage" Member="Plugin" ThisKey="PluginId" OtherKey="Id" Type="Plugin" IsForeignKey="true" />
|
---|
| 31 | </Type>
|
---|
| 32 | </Table>
|
---|
| 33 | <Table Name="dbo.Product" Member="Products">
|
---|
| 34 | <Type Name="Product">
|
---|
[2766] | 35 | <Column Name="Id" Type="System.Int64" DbType="BigInt NOT NULL IDENTITY" IsPrimaryKey="true" IsDbGenerated="true" CanBeNull="false" />
|
---|
[2742] | 36 | <Column Name="Name" Type="System.String" DbType="NVarChar(300) NOT NULL" CanBeNull="false" />
|
---|
| 37 | <Column Name="Version" Type="System.String" DbType="NVarChar(50) NOT NULL" CanBeNull="false" />
|
---|
| 38 | </Type>
|
---|
| 39 | </Table>
|
---|
| 40 | </Database> |
---|