This website requires JavaScript.
Explore
Help
Sign In
Dependencies
/
micrach
Watch
1
Star
0
Fork
1
You've already forked micrach
mirror of
https://github.com/yanislav-igonin/micrach
synced
2025-07-02 09:21:14 +03:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
7a6eb2cb8a
micrach
/
migrations
/
20211031085620_posts_archivation.up.sql
3 lines
64 B
MySQL
Raw
Normal View
History
Unescape
Escape
feat: add migration for is_archived field
2021-11-02 11:48:57 +03:00
ALTER
TABLE
posts
fix
2021-11-02 12:12:27 +03:00
ADD
COLUMN
is_archived
BOOLEAN
DEFAULT
false
;
Reference in New Issue
Copy Permalink