mirror of
https://github.com/amiaopensource/ffmprovisr.git
synced 2024-12-27 04:08:19 +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
|