Receipt create. Part 2

This commit is contained in:
alexey
2025-02-22 23:28:36 +03:00
parent 6527af5005
commit d608f73772
11 changed files with 356 additions and 24 deletions

View File

@@ -27,7 +27,7 @@ Sequel.migration do
primary_key :id
String :content, text: true
String :filepath, text: true
String :desct, text: true
String :descr, text: true
Datetime :create_at, default: Sequel.lit("CURRENT_TIMESTAMP")
end