Creating database models

This commit is contained in:
2024-08-06 22:07:34 +02:00
parent 00a2d639f5
commit d32667acd1
3 changed files with 54 additions and 0 deletions

View File

@ -0,0 +1 @@
drop_column("widgets", "image")

View File

@ -0,0 +1 @@
add_column("widgets", "image", "string", {"default":""})