Skip to content

Instantly share code, notes, and snippets.

@lbvf50mobile
Created October 30, 2016 11:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lbvf50mobile/84e6083341733f91be0f6a569e94f373 to your computer and use it in GitHub Desktop.
Save lbvf50mobile/84e6083341733f91be0f6a569e94f373 to your computer and use it in GitHub Desktop.
create_table "post_cards", force: :cascade do |t|
t.string "name"
t.integer "user_id"
t.integer "design_id"
t.text "message"
t.integer "from_address_id"
t.integer "to_address_id"
t.integer "status"
t.decimal "price", precision: 12, scale: 2
t.datetime "created_at", null: false
t.datetime "updated_at", null: false
t.string "carrier"
t.string "tracking_code"
t.date "expected_delivery"
t.string "lob_key"
t.text "lob_data"
t.decimal "cost", precision: 12, scale: 2
t.string "front_preview"
t.string "back_preview"
t.integer "tag_id"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment