Files
Parasha/SvetoforVKBot/Data/SvetoforVkBotModel.edmx
2021-10-19 06:04:52 +03:00

436 lines
28 KiB
XML
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?xml version="1.0" encoding="utf-8"?>
<edmx:Edmx Version="3.0" xmlns:edmx="http://schemas.microsoft.com/ado/2009/11/edmx">
<!-- EF Runtime content -->
<edmx:Runtime>
<!-- SSDL content -->
<edmx:StorageModels>
<Schema Namespace="Хранилище u1118637_SvetoforVKBotModel" Provider="System.Data.SqlClient" ProviderManifestToken="2012" Alias="Self" xmlns:store="http://schemas.microsoft.com/ado/2007/12/edm/EntityStoreSchemaGenerator" xmlns:customannotation="http://schemas.microsoft.com/ado/2013/11/edm/customannotation" xmlns="http://schemas.microsoft.com/ado/2009/11/edm/ssdl">
<EntityType Name="CategoriesDostavka">
<Key>
<PropertyRef Name="id" />
</Key>
<Property Name="id" Type="int" StoreGeneratedPattern="Identity" Nullable="false" />
<Property Name="categoryId" Type="int" Nullable="false" />
<Property Name="idIiko" Type="nvarchar(max)" Nullable="false" />
<Property Name="name" Type="nvarchar" MaxLength="50" />
<Property Name="btnName" Type="nvarchar" MaxLength="50" />
<Property Name="kbColor" Type="nvarchar" MaxLength="50" Nullable="false" />
<Property Name="inTheOrder" Type="int" Nullable="false" />
<Property Name="subMenu" Type="int" Nullable="false" />
</EntityType>
<!--Ошибки, обнаруженные при создании:
предупреждение 6002: В таблице или представлении "u1118637_SvetoforVKBot.dbo.PersonalConsultation" не определен первичный ключ. Ключ был выведен, а определение таблицы или представления было создано в режиме только для чтения.-->
<EntityType Name="PersonalConsultation">
<Key>
<PropertyRef Name="id" />
</Key>
<Property Name="id" Type="int" StoreGeneratedPattern="Identity" Nullable="false" />
<Property Name="chatId" Type="int" Nullable="false" />
<Property Name="datetime" Type="datetime" Nullable="false" />
<Property Name="state" Type="int" Nullable="false" />
</EntityType>
<EntityType Name="ProductsDostavka">
<Key>
<PropertyRef Name="id" />
</Key>
<Property Name="id" Type="int" StoreGeneratedPattern="Identity" Nullable="false" />
<Property Name="idIiko" Type="nvarchar(max)" Nullable="false" />
<Property Name="article" Type="nvarchar" MaxLength="50" Nullable="false" />
<Property Name="colorId" Type="int" Nullable="false" />
<Property Name="categoryId" Type="int" Nullable="false" />
<Property Name="name" Type="nvarchar" MaxLength="50" Nullable="false" />
<Property Name="fullName" Type="nvarchar" MaxLength="100" Nullable="false" />
<Property Name="description" Type="nvarchar(max)" Nullable="false" />
<Property Name="descriptionCarousel" Type="nvarchar(max)" Nullable="false" />
<Property Name="photo" Type="nvarchar(max)" Nullable="false" />
<Property Name="photoCarousel" Type="nvarchar(max)" Nullable="false" />
<Property Name="price" Type="decimal" Precision="10" Scale="2" Nullable="false" />
<Property Name="additions" Type="nvarchar(max)" Nullable="false" />
<Property Name="recommends" Type="nvarchar(max)" Nullable="false" />
<Property Name="weekDays" Type="nvarchar" MaxLength="50" Nullable="false" />
<Property Name="timeLunch" Type="int" Nullable="false" />
<Property Name="kkal" Type="int" Nullable="false" />
<Property Name="belki" Type="decimal" Precision="18" Scale="2" Nullable="false" />
<Property Name="zhiry" Type="decimal" Precision="18" Scale="2" Nullable="false" />
<Property Name="uglevody" Type="decimal" Precision="18" Scale="2" Nullable="false" />
<Property Name="foodType" Type="nvarchar(max)" Nullable="false" />
</EntityType>
<EntityType Name="Reports">
<Key>
<PropertyRef Name="id" />
</Key>
<Property Name="id" Type="int" StoreGeneratedPattern="Identity" Nullable="false" />
<Property Name="chatId" Type="int" Nullable="false" />
<Property Name="state" Type="int" Nullable="false" />
<Property Name="rate" Type="int" Nullable="false" />
<Property Name="result" Type="int" Nullable="false" />
<Property Name="comment" Type="nvarchar(max)" Nullable="false" />
<Property Name="datetime" Type="datetime" Nullable="false" />
</EntityType>
<EntityType Name="SportKinds">
<Key>
<PropertyRef Name="id" />
</Key>
<Property Name="id" Type="int" StoreGeneratedPattern="Identity" Nullable="false" />
<Property Name="name" Type="nvarchar" MaxLength="50" Nullable="false" />
<Property Name="btnName" Type="nvarchar" MaxLength="50" Nullable="false" />
<Property Name="kind" Type="int" Nullable="false" />
</EntityType>
<EntityType Name="Svetofor">
<Key>
<PropertyRef Name="id" />
</Key>
<Property Name="id" Type="int" StoreGeneratedPattern="Identity" Nullable="false" />
<Property Name="colorId" Type="int" Nullable="false" />
<Property Name="name" Type="nvarchar" MaxLength="50" Nullable="false" />
<Property Name="btnName" Type="nvarchar" MaxLength="50" Nullable="false" />
<Property Name="kbColor" Type="nvarchar" MaxLength="50" Nullable="false" />
</EntityType>
<EntityType Name="Users">
<Key>
<PropertyRef Name="id" />
</Key>
<Property Name="id" Type="int" StoreGeneratedPattern="Identity" Nullable="false" />
<Property Name="chatId" Type="int" Nullable="false" />
<Property Name="admin" Type="int" Nullable="false" />
<Property Name="firstName" Type="nvarchar" MaxLength="50" Nullable="false" />
<Property Name="lastName" Type="nvarchar" MaxLength="50" Nullable="false" />
<Property Name="fio" Type="nvarchar" MaxLength="50" Nullable="false" />
<Property Name="reg" Type="int" Nullable="false" />
<Property Name="tag" Type="nvarchar" MaxLength="50" Nullable="false" />
<Property Name="voronka" Type="nvarchar" MaxLength="50" Nullable="false" />
<Property Name="cart" Type="nvarchar(max)" Nullable="false" />
<Property Name="addresses" Type="nvarchar(max)" Nullable="false" />
<Property Name="phone" Type="nvarchar(max)" Nullable="false" />
<Property Name="activityKind" Type="int" Nullable="false" />
<Property Name="sportId" Type="int" Nullable="false" />
<Property Name="sourse" Type="nvarchar(max)" Nullable="false" />
<Property Name="hoursReklama" Type="int" Nullable="false" />
<Property Name="korpus" Type="nvarchar(max)" Nullable="false" />
<Property Name="notifyCount" Type="int" Nullable="false" />
<Property Name="weight" Type="int" Nullable="false" />
<Property Name="height" Type="int" Nullable="false" />
<Property Name="birthday" Type="datetime" Nullable="false" />
<Property Name="agree" Type="int" Nullable="false" />
<Property Name="gender" Type="int" Nullable="false" />
<Property Name="report" Type="int" Nullable="false" />
<Property Name="kkal" Type="int" Nullable="false" />
<Property Name="day" Type="int" Nullable="false" />
<Property Name="colorId" Type="int" Nullable="false" />
<Property Name="activityCoef" Type="float" Nullable="false" />
<Property Name="question" Type="nvarchar(max)" Nullable="false" />
<Property Name="sportDays" Type="nvarchar(max)" Nullable="false" />
<Property Name="personal" Type="int" Nullable="false" />
<Property Name="answer" Type="nvarchar(max)" Nullable="false" />
<Property Name="statusId" Type="int" Nullable="false" />
<Property Name="track" Type="int" Nullable="false" />
<Property Name="waterNotify" Type="int" Nullable="false" />
<Property Name="choosenProducts" Type="nvarchar(max)" Nullable="false" />
<Property Name="child" Type="int" Nullable="false" />
<Property Name="export" Type="int" Nullable="false" />
</EntityType>
<EntityContainer Name="Хранилище u1118637_SvetoforVKBotModelContainer">
<EntitySet Name="CategoriesDostavka" EntityType="Self.CategoriesDostavka" Schema="dbo" store:Type="Tables" />
<EntitySet Name="ProductsDostavka" EntityType="Self.ProductsDostavka" Schema="dbo" store:Type="Tables" />
<EntitySet Name="Reports" EntityType="Self.Reports" Schema="dbo" store:Type="Tables" />
<EntitySet Name="SportKinds" EntityType="Self.SportKinds" Schema="dbo" store:Type="Tables" />
<EntitySet Name="Svetofor" EntityType="Self.Svetofor" Schema="dbo" store:Type="Tables" />
<EntitySet Name="Users" EntityType="Self.Users" Schema="dbo" store:Type="Tables" />
<EntitySet Name="PersonalConsultation" EntityType="Self.PersonalConsultation" Schema="dbo" store:Type="Tables">
</EntitySet>
</EntityContainer>
</Schema>
</edmx:StorageModels>
<!-- CSDL content -->
<edmx:ConceptualModels>
<Schema Namespace="u1118637_SvetoforVKBotModel" Alias="Self" annotation:UseStrongSpatialTypes="false" xmlns:annotation="http://schemas.microsoft.com/ado/2009/02/edm/annotation" xmlns:customannotation="http://schemas.microsoft.com/ado/2013/11/edm/customannotation" xmlns="http://schemas.microsoft.com/ado/2009/11/edm">
<EntityType Name="CategoriesDostavka">
<Key>
<PropertyRef Name="id" />
</Key>
<Property Name="id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
<Property Name="categoryId" Type="Int32" Nullable="false" />
<Property Name="idIiko" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" Nullable="false" />
<Property Name="name" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="btnName" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
<Property Name="kbColor" Type="String" MaxLength="50" FixedLength="false" Unicode="true" Nullable="false" />
<Property Name="inTheOrder" Type="Int32" Nullable="false" />
<Property Name="subMenu" Type="Int32" Nullable="false" />
</EntityType>
<EntityType Name="ProductsDostavka">
<Key>
<PropertyRef Name="id" />
</Key>
<Property Name="id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
<Property Name="idIiko" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" Nullable="false" />
<Property Name="article" Type="String" MaxLength="50" FixedLength="false" Unicode="true" Nullable="false" />
<Property Name="colorId" Type="Int32" Nullable="false" />
<Property Name="categoryId" Type="Int32" Nullable="false" />
<Property Name="name" Type="String" MaxLength="50" FixedLength="false" Unicode="true" Nullable="false" />
<Property Name="fullName" Type="String" MaxLength="100" FixedLength="false" Unicode="true" Nullable="false" />
<Property Name="description" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" Nullable="false" />
<Property Name="descriptionCarousel" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" Nullable="false" />
<Property Name="photo" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" Nullable="false" />
<Property Name="photoCarousel" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" Nullable="false" />
<Property Name="price" Type="Decimal" Precision="10" Scale="2" Nullable="false" />
<Property Name="additions" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" Nullable="false" />
<Property Name="recommends" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" Nullable="false" />
<Property Name="weekDays" Type="String" MaxLength="50" FixedLength="false" Unicode="true" Nullable="false" />
<Property Name="timeLunch" Type="Int32" Nullable="false" />
<Property Name="kkal" Type="Int32" Nullable="false" />
<Property Name="belki" Type="Decimal" Precision="18" Scale="2" Nullable="false" />
<Property Name="zhiry" Type="Decimal" Precision="18" Scale="2" Nullable="false" />
<Property Name="uglevody" Type="Decimal" Precision="18" Scale="2" Nullable="false" />
<Property Name="foodType" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" Nullable="false" />
</EntityType>
<EntityType Name="Reports">
<Key>
<PropertyRef Name="id" />
</Key>
<Property Name="id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
<Property Name="chatId" Type="Int32" Nullable="false" />
<Property Name="state" Type="Int32" Nullable="false" />
<Property Name="rate" Type="Int32" Nullable="false" />
<Property Name="result" Type="Int32" Nullable="false" />
<Property Name="comment" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" Nullable="false" />
<Property Name="datetime" Type="DateTime" Nullable="false" Precision="3" />
</EntityType>
<EntityType Name="SportKinds">
<Key>
<PropertyRef Name="id" />
</Key>
<Property Name="id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
<Property Name="name" Type="String" MaxLength="50" FixedLength="false" Unicode="true" Nullable="false" />
<Property Name="btnName" Type="String" MaxLength="50" FixedLength="false" Unicode="true" Nullable="false" />
<Property Name="kind" Type="Int32" Nullable="false" />
</EntityType>
<EntityType Name="Svetofor">
<Key>
<PropertyRef Name="id" />
</Key>
<Property Name="id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
<Property Name="colorId" Type="Int32" Nullable="false" />
<Property Name="name" Type="String" MaxLength="50" FixedLength="false" Unicode="true" Nullable="false" />
<Property Name="btnName" Type="String" MaxLength="50" FixedLength="false" Unicode="true" Nullable="false" />
<Property Name="kbColor" Type="String" MaxLength="50" FixedLength="false" Unicode="true" Nullable="false" />
</EntityType>
<EntityType Name="Users">
<Key>
<PropertyRef Name="id" />
</Key>
<Property Name="id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
<Property Name="chatId" Type="Int32" Nullable="false" />
<Property Name="admin" Type="Int32" Nullable="false" />
<Property Name="firstName" Type="String" MaxLength="50" FixedLength="false" Unicode="true" Nullable="false" />
<Property Name="lastName" Type="String" MaxLength="50" FixedLength="false" Unicode="true" Nullable="false" />
<Property Name="fio" Type="String" MaxLength="50" FixedLength="false" Unicode="true" Nullable="false" />
<Property Name="reg" Type="Int32" Nullable="false" />
<Property Name="tag" Type="String" MaxLength="50" FixedLength="false" Unicode="true" Nullable="false" />
<Property Name="voronka" Type="String" MaxLength="50" FixedLength="false" Unicode="true" Nullable="false" />
<Property Name="cart" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" Nullable="false" />
<Property Name="addresses" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" Nullable="false" />
<Property Name="phone" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" Nullable="false" />
<Property Name="activityKind" Type="Int32" Nullable="false" />
<Property Name="sportId" Type="Int32" Nullable="false" />
<Property Name="sourse" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" Nullable="false" />
<Property Name="hoursReklama" Type="Int32" Nullable="false" />
<Property Name="korpus" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" Nullable="false" />
<Property Name="notifyCount" Type="Int32" Nullable="false" />
<Property Name="weight" Type="Int32" Nullable="false" />
<Property Name="height" Type="Int32" Nullable="false" />
<Property Name="birthday" Type="DateTime" Nullable="false" Precision="3" />
<Property Name="agree" Type="Int32" Nullable="false" />
<Property Name="gender" Type="Int32" Nullable="false" />
<Property Name="report" Type="Int32" Nullable="false" />
<Property Name="kkal" Type="Int32" Nullable="false" />
<Property Name="day" Type="Int32" Nullable="false" />
<Property Name="colorId" Type="Int32" Nullable="false" />
<Property Name="activityCoef" Type="Double" Nullable="false" />
<Property Name="question" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" Nullable="false" />
<Property Name="sportDays" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" Nullable="false" />
<Property Name="personal" Type="Int32" Nullable="false" />
<Property Name="answer" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" Nullable="false" />
<Property Name="statusId" Type="Int32" Nullable="false" />
<Property Name="track" Type="Int32" Nullable="false" />
<Property Name="waterNotify" Type="Int32" Nullable="false" />
<Property Name="choosenProducts" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" Nullable="false" />
<Property Name="child" Type="Int32" Nullable="false" />
<Property Name="export" Type="Int32" Nullable="false" />
</EntityType>
<EntityType Name="PersonalConsultation">
<Key>
<PropertyRef Name="id" />
</Key>
<Property Name="id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
<Property Name="chatId" Type="Int32" Nullable="false" />
<Property Name="datetime" Type="DateTime" Nullable="false" Precision="3" />
<Property Name="state" Type="Int32" Nullable="false" />
</EntityType>
<EntityContainer Name="u1118637_SvetoforVKBotEntities" annotation:LazyLoadingEnabled="true">
<EntitySet Name="CategoriesDostavka" EntityType="Self.CategoriesDostavka" />
<EntitySet Name="ProductsDostavka" EntityType="Self.ProductsDostavka" />
<EntitySet Name="Reports" EntityType="Self.Reports" />
<EntitySet Name="SportKinds" EntityType="Self.SportKinds" />
<EntitySet Name="Svetofor" EntityType="Self.Svetofor" />
<EntitySet Name="Users" EntityType="Self.Users" />
<EntitySet Name="PersonalConsultation" EntityType="Self.PersonalConsultation" />
</EntityContainer>
</Schema>
</edmx:ConceptualModels>
<!-- C-S mapping content -->
<edmx:Mappings>
<Mapping Space="C-S" xmlns="http://schemas.microsoft.com/ado/2009/11/mapping/cs">
<EntityContainerMapping StorageEntityContainer="Хранилище u1118637_SvetoforVKBotModelContainer" CdmEntityContainer="u1118637_SvetoforVKBotEntities">
<EntitySetMapping Name="CategoriesDostavka">
<EntityTypeMapping TypeName="u1118637_SvetoforVKBotModel.CategoriesDostavka">
<MappingFragment StoreEntitySet="CategoriesDostavka">
<ScalarProperty Name="id" ColumnName="id" />
<ScalarProperty Name="categoryId" ColumnName="categoryId" />
<ScalarProperty Name="idIiko" ColumnName="idIiko" />
<ScalarProperty Name="name" ColumnName="name" />
<ScalarProperty Name="btnName" ColumnName="btnName" />
<ScalarProperty Name="kbColor" ColumnName="kbColor" />
<ScalarProperty Name="inTheOrder" ColumnName="inTheOrder" />
<ScalarProperty Name="subMenu" ColumnName="subMenu" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="ProductsDostavka">
<EntityTypeMapping TypeName="u1118637_SvetoforVKBotModel.ProductsDostavka">
<MappingFragment StoreEntitySet="ProductsDostavka">
<ScalarProperty Name="id" ColumnName="id" />
<ScalarProperty Name="idIiko" ColumnName="idIiko" />
<ScalarProperty Name="article" ColumnName="article" />
<ScalarProperty Name="colorId" ColumnName="colorId" />
<ScalarProperty Name="categoryId" ColumnName="categoryId" />
<ScalarProperty Name="name" ColumnName="name" />
<ScalarProperty Name="fullName" ColumnName="fullName" />
<ScalarProperty Name="description" ColumnName="description" />
<ScalarProperty Name="descriptionCarousel" ColumnName="descriptionCarousel" />
<ScalarProperty Name="photo" ColumnName="photo" />
<ScalarProperty Name="photoCarousel" ColumnName="photoCarousel" />
<ScalarProperty Name="price" ColumnName="price" />
<ScalarProperty Name="additions" ColumnName="additions" />
<ScalarProperty Name="recommends" ColumnName="recommends" />
<ScalarProperty Name="weekDays" ColumnName="weekDays" />
<ScalarProperty Name="timeLunch" ColumnName="timeLunch" />
<ScalarProperty Name="kkal" ColumnName="kkal" />
<ScalarProperty Name="belki" ColumnName="belki" />
<ScalarProperty Name="zhiry" ColumnName="zhiry" />
<ScalarProperty Name="uglevody" ColumnName="uglevody" />
<ScalarProperty Name="foodType" ColumnName="foodType" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="Reports">
<EntityTypeMapping TypeName="u1118637_SvetoforVKBotModel.Reports">
<MappingFragment StoreEntitySet="Reports">
<ScalarProperty Name="id" ColumnName="id" />
<ScalarProperty Name="chatId" ColumnName="chatId" />
<ScalarProperty Name="state" ColumnName="state" />
<ScalarProperty Name="rate" ColumnName="rate" />
<ScalarProperty Name="result" ColumnName="result" />
<ScalarProperty Name="comment" ColumnName="comment" />
<ScalarProperty Name="datetime" ColumnName="datetime" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="SportKinds">
<EntityTypeMapping TypeName="u1118637_SvetoforVKBotModel.SportKinds">
<MappingFragment StoreEntitySet="SportKinds">
<ScalarProperty Name="id" ColumnName="id" />
<ScalarProperty Name="name" ColumnName="name" />
<ScalarProperty Name="btnName" ColumnName="btnName" />
<ScalarProperty Name="kind" ColumnName="kind" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="Svetofor">
<EntityTypeMapping TypeName="u1118637_SvetoforVKBotModel.Svetofor">
<MappingFragment StoreEntitySet="Svetofor">
<ScalarProperty Name="id" ColumnName="id" />
<ScalarProperty Name="colorId" ColumnName="colorId" />
<ScalarProperty Name="name" ColumnName="name" />
<ScalarProperty Name="btnName" ColumnName="btnName" />
<ScalarProperty Name="kbColor" ColumnName="kbColor" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="Users">
<EntityTypeMapping TypeName="u1118637_SvetoforVKBotModel.Users">
<MappingFragment StoreEntitySet="Users">
<ScalarProperty Name="id" ColumnName="id" />
<ScalarProperty Name="chatId" ColumnName="chatId" />
<ScalarProperty Name="admin" ColumnName="admin" />
<ScalarProperty Name="firstName" ColumnName="firstName" />
<ScalarProperty Name="lastName" ColumnName="lastName" />
<ScalarProperty Name="fio" ColumnName="fio" />
<ScalarProperty Name="reg" ColumnName="reg" />
<ScalarProperty Name="tag" ColumnName="tag" />
<ScalarProperty Name="voronka" ColumnName="voronka" />
<ScalarProperty Name="cart" ColumnName="cart" />
<ScalarProperty Name="addresses" ColumnName="addresses" />
<ScalarProperty Name="phone" ColumnName="phone" />
<ScalarProperty Name="activityKind" ColumnName="activityKind" />
<ScalarProperty Name="sportId" ColumnName="sportId" />
<ScalarProperty Name="sourse" ColumnName="sourse" />
<ScalarProperty Name="hoursReklama" ColumnName="hoursReklama" />
<ScalarProperty Name="korpus" ColumnName="korpus" />
<ScalarProperty Name="notifyCount" ColumnName="notifyCount" />
<ScalarProperty Name="weight" ColumnName="weight" />
<ScalarProperty Name="height" ColumnName="height" />
<ScalarProperty Name="birthday" ColumnName="birthday" />
<ScalarProperty Name="agree" ColumnName="agree" />
<ScalarProperty Name="gender" ColumnName="gender" />
<ScalarProperty Name="report" ColumnName="report" />
<ScalarProperty Name="kkal" ColumnName="kkal" />
<ScalarProperty Name="day" ColumnName="day" />
<ScalarProperty Name="colorId" ColumnName="colorId" />
<ScalarProperty Name="activityCoef" ColumnName="activityCoef" />
<ScalarProperty Name="question" ColumnName="question" />
<ScalarProperty Name="sportDays" ColumnName="sportDays" />
<ScalarProperty Name="personal" ColumnName="personal" />
<ScalarProperty Name="answer" ColumnName="answer" />
<ScalarProperty Name="statusId" ColumnName="statusId" />
<ScalarProperty Name="track" ColumnName="track" />
<ScalarProperty Name="waterNotify" ColumnName="waterNotify" />
<ScalarProperty Name="choosenProducts" ColumnName="choosenProducts" />
<ScalarProperty Name="child" ColumnName="child" />
<ScalarProperty Name="export" ColumnName="export" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
<EntitySetMapping Name="PersonalConsultation">
<EntityTypeMapping TypeName="u1118637_SvetoforVKBotModel.PersonalConsultation">
<MappingFragment StoreEntitySet="PersonalConsultation">
<ScalarProperty Name="id" ColumnName="id" />
<ScalarProperty Name="chatId" ColumnName="chatId" />
<ScalarProperty Name="datetime" ColumnName="datetime" />
<ScalarProperty Name="state" ColumnName="state" />
</MappingFragment>
</EntityTypeMapping>
</EntitySetMapping>
</EntityContainerMapping>
</Mapping>
</edmx:Mappings>
</edmx:Runtime>
<!-- EF Designer content (DO NOT EDIT MANUALLY BELOW HERE) -->
<Designer xmlns="http://schemas.microsoft.com/ado/2009/11/edmx">
<Connection>
<DesignerInfoPropertySet>
<DesignerProperty Name="MetadataArtifactProcessing" Value="EmbedInOutputAssembly" />
</DesignerInfoPropertySet>
</Connection>
<Options>
<DesignerInfoPropertySet>
<DesignerProperty Name="ValidateOnBuild" Value="true" />
<DesignerProperty Name="EnablePluralization" Value="false" />
<DesignerProperty Name="IncludeForeignKeysInModel" Value="true" />
<DesignerProperty Name="UseLegacyProvider" Value="false" />
<DesignerProperty Name="CodeGenerationStrategy" Value="Нет" />
</DesignerInfoPropertySet>
</Options>
<!-- Diagram content (shape and connector positions) -->
<Diagrams></Diagrams>
</Designer>
</edmx:Edmx>