mirror of
https://github.com/amiaopensource/ffmprovisr.git
synced 2025-01-13 20:17:08 +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
|