Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
bytebase-demo
shop
Commits
da90a251
Commit
da90a251
authored
Jun 28, 2021
by
tianzhou
Browse files
Create product table
parent
3c0553d8
Changes
1
Hide whitespace changes
Inline
Side-by-side
bytebase/v1__shop__baseline__add_initial_schema.sql
0 → 100644
View file @
da90a251
CREATE
TABLE
product
(
id
INTEGER
PRIMARY
KEY
AUTO_INCREMENT
,
name
TEXT
NOT
NULL
,
description
TEXT
NOT
NULL
);
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment