Commit History

Author SHA1 Message Date
  Taylor Otwell b061b9b21c Merge pull request #1150 from franzliedke/patch-40 13 years ago
  Franz Liedke e11d13ae31 Get rid of duplicate code for DROP TABLE in schema grammars. 13 years ago
  Sergii Grebeniuk 690e8572aa phpdoc fixes 13 years ago
  Dayle Rees 2c6ed23b45 fixing merge issues 13 years ago
  Dayle Rees 3b09f99f9e Merge pull request #989 from dprvig/develop 13 years ago
  Josh Miller 0ea30993d4 Fixed various typos throughout laravel folder. 13 years ago
  Taylor Otwell 38234c61dd Merge pull request #480 from cviebrock/schema-rename 13 years ago
  Franz Liedke 61364c553d Make sure default values in schema columns are always non-empty (especially booleans). 13 years ago
  Chris Berthe fafaf724b0 Grammar/Vocabulary fixes 13 years ago
  AndrewBNZ c8466f5766 Fixed typo from previous fix, should be $command->columns not $command->$columns. 13 years ago
  AndrewBNZ b4b9c1f442 Fixes Laravel issue #727 - updated sqlserver grammar file to fix error in primary key function. 13 years ago
  Colin Viebrock 7d4a346f84 Adding Schema::rename('oldtable','newtable') support 13 years ago
  Taylor Otwell 46595ce55e Unsigned only supported by MySQL. 13 years ago
  Taylor Otwell f3df013753 Added support for decimal data type in schema. 13 years ago
  Taylor Otwell 1d93cab0d0 Cleaning up foreign key support. Added drop_foreign command. 13 years ago
  Taylor Otwell 1302ded5f8 Added foreign key support to schema builder for MySQL, Postgres, and SQL Server. 13 years ago
  Colin Viebrock b7d068f2f2 Move method into grammar.php instead of duplicating in each grammar 13 years ago
  Colin Viebrock 26c7273493 Add unsigned() modifier, so you can create unsigned integer columns 13 years ago
  Taylor Otwell 0f2d311739 cleaning up some code. 13 years ago
  Taylor Otwell 3a92facc76 updated routing to fix several issues. 13 years ago
  Taylor Otwell b5442c67fc merged skunkworks into develop. 13 years ago