Ignore:
Timestamp:
01/19/22 19:14:27 (2 years ago)
Author:
Стојков Марко <mst@…>
Branches:
dev
Parents:
f3c4950
Message:

Added notifications

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/FinkiChattery/FinkiChattery.Database/dbo/Tables/Student/Student.sql

    rf3c4950 r6738cc0  
    77    [ReportReputation]  BIGINT           DEFAULT (CONVERT([bigint],(0))) NOT NULL,
    88    [ImageUrl]          NVARCHAR (1000)     NOT NULL,
     9    [LastCheckedNotifications] SMALLDATETIME NOT NULL DEFAULT GETUTCDATE(),
    910    CONSTRAINT [PK_Student] PRIMARY KEY CLUSTERED ([Id] ASC),
    1011    CONSTRAINT [FK_Student_AspNetUsers_ApplicationUserFk] FOREIGN KEY ([ApplicationUserFk]) REFERENCES [dbo].[AspNetUsers] ([Id])
Note: See TracChangeset for help on using the changeset viewer.