by Kekeisreal7778 August 8, 2021
Get the Syfau mug."Have you seen the hot new syntax for database migrations in Rails 2.0? They're sexy!
Pre rails 2.0 migration:
create_table :people do |t|
t.column, "account_id", :integer
t.column, "first_name", :string, :null => false
t.column, "last_name", :string, :null => false
t.column, "description", :text
t.column, "created_at", :datetime
t.column, "updated_at", :datetime
end
Post Rails 2.0 migration:
create_table :people do |t|
t.integer :account_id
t.string :first_name, :last_name, :null => false
t.text :description
t.timestamps
end
"You're such a syntactisexual"
Pre rails 2.0 migration:
create_table :people do |t|
t.column, "account_id", :integer
t.column, "first_name", :string, :null => false
t.column, "last_name", :string, :null => false
t.column, "description", :text
t.column, "created_at", :datetime
t.column, "updated_at", :datetime
end
Post Rails 2.0 migration:
create_table :people do |t|
t.integer :account_id
t.string :first_name, :last_name, :null => false
t.text :description
t.timestamps
end
"You're such a syntactisexual"
by Ryan Hanks February 19, 2008
Get the Syntactisexual mug.The most FUCKING ANNOYING THING in coding ever, when you type a one thousand + line program and you try to run it but there is a tiny typo and you rage quit because you can't find the typo
by LtHammer July 14, 2015
Get the Syntax Error mug.by Syntactics July 8, 2010
Get the Syntactiks mug.by Dan February 20, 2005
Get the Syntax mug.A syntax is a script, a certain script in a website HTML or sometimes a programme java or whatever, that is wrong or not valid.
My computer picked up a syntax error, and it could not open the page.
A script and hyperlink was not valid on this page.
A script and hyperlink was not valid on this page.
by k's May 23, 2005
Get the Syntax error mug.by hallll hall August 19, 2008
Get the syntacular mug.