Skip to content

Instantly share code, notes, and snippets.

@alilee
Created December 2, 2008 10:00
Show Gist options
  • Save alilee/31077 to your computer and use it in GitHub Desktop.
Save alilee/31077 to your computer and use it in GitHub Desktop.
create_table :sales_lead_details do |t|
t.column :sales_lead_id, :integer, :null => false
t.column :notes, :text
t.column :likelihood, :integer, :default => 50
t.column :value, :integer
t.column :code_id_service_line, :integer
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment