Skip to content

Commit

Permalink
Merge pull request #137 from phuuthanh-dev/develop
Browse files Browse the repository at this point in the history
create date jewelry
  • Loading branch information
phuuthanh-dev authored Jul 16, 2024
2 parents 519380d + 3152066 commit 01d6330
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 @@ -113,7 +113,8 @@ CREATE TABLE [dbo].[jewelry]
[user_id] [int] NULL,
[is_holding] [bit] NULL,
[received_date] [datetime2](6) NULL,
[delivery_date] [datetime2](6) NULL
[delivery_date] [datetime2](6) NULL,
[create_date] [datetime2](6) NULL
)

INSERT INTO [dbo].[jewelry]
Expand Down

0 comments on commit 01d6330

Please sign in to comment.