Skip to content

Instantly share code, notes, and snippets.

@Sunnyztj
Created December 10, 2013 23:56
Show Gist options
  • Save Sunnyztj/7902618 to your computer and use it in GitHub Desktop.
Save Sunnyztj/7902618 to your computer and use it in GitHub Desktop.
sql
rails g model Coupon name coupon_type discount:float description:text category_id:integer address:string terms_and_conditions:text
t.string :image_file_name
t.integer :image_file_size
t.string :image_content_type
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment