adjust templates, add timezone and locale
This commit is contained in:
@@ -4,6 +4,8 @@ class CreateAccounts < ActiveRecord::Migration[7.0]
|
||||
def change
|
||||
create_table :accounts do |t|
|
||||
t.string :name, null: false
|
||||
t.string :timezone, null: false
|
||||
t.string :locale, null: false
|
||||
|
||||
t.timestamps
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user