This website requires JavaScript.
Explore
Help
Sign In
FreakU
/
canvas
Watch
1
Star
0
Fork
You've already forked canvas
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
8f5e112e97
canvas
/
packages
/
server
/
prisma
/
migrations
/
20240620192400_is_top_pixel
/
migration.sql
3 lines
89 B
SQL
Raw
Blame
History
-- AlterTable
ALTER
TABLE
"
Pixel
"
ADD
COLUMN
"
isTop
"
BOOLEAN
NOT
NULL
DEFAULT
false
;
Reference in New Issue
View Git Blame
Copy Permalink