Sha256: 5794c91b642b414b319bdd872a44ea51f21f3cd5e1b60ba380276183ccaf4933
Contents?: true
Size: 230 Bytes
Versions: 1
Compression:
Stored size: 230 Bytes
Contents
class Main migration "Contact form v0.0.1 - create" do database.create_table :contact_forms do primary_key :id String :title String :slug String :form_fields, :text => true end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
aura-0.0.1.pre10 | extensions/contact_form/migrations/contact_form.rb |