Create model for candidates with name and description
This commit is contained in:
parent
f7f1807839
commit
d6500e013d
6 changed files with 64 additions and 5 deletions
|
|
@ -5,7 +5,7 @@ class CreateVotes < ActiveRecord::Migration[7.2]
|
|||
t.string :title
|
||||
t.text :description
|
||||
t.datetime :expire_on
|
||||
t.timestamps null: false
|
||||
t.timestamps
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue