Added projects. Part 3

This commit is contained in:
alexey
2025-02-25 23:57:44 +03:00
parent b72764d347
commit 8d10b21963
5 changed files with 52 additions and 16 deletions

View File

@@ -14,6 +14,7 @@ Sequel.migration do
primary_key :id
String :projname
String :descr, text: true
Integer :public
Datetime :create_at, default: Sequel.lit("CURRENT_TIMESTAMP")
end