mirror of
https://github.com/amiaopensource/ffmprovisr.git
synced 2024-11-13 00:42:47 +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
|