mirror of
https://github.com/amiaopensource/ffmprovisr.git
synced 2024-12-26 19:58:20 +01:00
9 lines
126 B
Ruby
9 lines
126 B
Ruby
class CreateForms < ActiveRecord::Migration
|
|
def change
|
|
create_table :forms do |t|
|
|
|
|
t.timestamps
|
|
end
|
|
end
|
|
end
|