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
Blog
Commits
171ceaf7
Commit
171ceaf7
authored
Jun 28, 2021
by
tianzhou
Browse files
Add created_at column to user,post,comment table for dev environment
parent
e3ff00e2
Changes
1
Show whitespace changes
Inline
Side-by-side
bytebase/dev/202106280100__blog__add_created_at_column.sql
0 → 100644
View file @
171ceaf7
ALTER
TABLE
`user`
ADD
COLUMN
`created_at`
DATETIME
NOT
NULL
;
ALTER
TABLE
post
ADD
COLUMN
`created_at`
DATETIME
NOT
NULL
;
ALTER
TABLE
comment
ADD
COLUMN
`created_at`
DATETIME
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