Skip to content

Commit

Permalink
push
Browse files Browse the repository at this point in the history
  • Loading branch information
phuuthanh-dev committed Jul 21, 2024
1 parent 1d3708a commit 78e6189
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion db/init.sql
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,8 @@ CREATE TABLE [dbo].[auction]
[state] [varchar](255) NULL,
[jewelry_id] [int] NULL,
[staff_id] [int] NULL,
[create_date] [datetime2](6) NULL
[create_date] [datetime2](6) NULL,
[end_date_stored] [datetime2](6) NULL
)

INSERT INTO [dbo].[auction]
Expand Down

0 comments on commit 78e6189

Please sign in to comment.