Ignore:
Timestamp:
07/29/20 13:21:48 (4 years ago)
Author:
DimitarSlezenkovski <dslezenkovski@…>
Branches:
master
Children:
de18858
Parents:
ef1219a
Message:

Add more services

File:
1 edited

Legend:

Unmodified
Added
Removed
  • FarmatikoData/Migrations/20200722131856_Initial migration.cs

    ref1219a re42f61a  
    2424                    Phone = table.Column<string>(nullable: true)
    2525                },
    26                 constraints: table =>
     26                constraints: table => 
    2727                {
    2828                    table.PrimaryKey("PK_HealthFacilities", x => x.Id);
Note: See TracChangeset for help on using the changeset viewer.