Receipt create. Part 2
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user