|
|
@@ -74,7 +74,7 @@
|
|
|
<Key>
|
|
|
<PropertyRef Name="Id" />
|
|
|
</Key>
|
|
|
- <Property Name="Id" Type="int" Nullable="false" />
|
|
|
+ <Property Name="Id" Type="int" Nullable="false" StoreGeneratedPattern="Identity" />
|
|
|
<Property Name="Annee_Id" Type="int" Nullable="false" />
|
|
|
<Property Name="CodeRne" Type="nvarchar" MaxLength="10" Nullable="false" />
|
|
|
<Property Name="Libelle" Type="nvarchar" MaxLength="255" Nullable="false" />
|
|
|
@@ -403,7 +403,7 @@
|
|
|
<Key>
|
|
|
<PropertyRef Name="Id" />
|
|
|
</Key>
|
|
|
- <Property Name="Id" Type="Int32" Nullable="false" />
|
|
|
+ <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
|
|
|
<Property Name="Annee_Id" Type="Int32" Nullable="false" />
|
|
|
<Property Name="CodeRne" Type="String" Nullable="false" MaxLength="10" FixedLength="false" Unicode="true" />
|
|
|
<Property Name="Libelle" Type="String" Nullable="false" MaxLength="255" FixedLength="false" Unicode="true" />
|