fix attribute name conflict, add seeds from original document
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
class CreateEntries < ActiveRecord::Migration[8.1]
|
||||
def change
|
||||
create_table :entries do |t|
|
||||
t.integer :category, null: false
|
||||
t.integer :category, null: false, default: 0
|
||||
t.string :fi
|
||||
t.string :en
|
||||
t.string :sv
|
||||
|
||||
Reference in New Issue
Block a user