Dayle Rees
|
2c6ed23b45
|
fixing merge issues
|
2012-07-27 13:52:15 +01:00 |
Dayle Rees
|
3b09f99f9e
|
Merge pull request #989 from dprvig/develop
Fixed various typos throughout laravel folder.
|
2012-07-27 03:54:40 -07:00 |
Josh Miller
|
0ea30993d4
|
Fixed various typos throughout laravel folder.
Signed-off-by: Josh Miller <josh@joshmmiller.com>
|
2012-07-21 20:18:55 -04:00 |
Taylor Otwell
|
38234c61dd
|
Merge pull request #480 from cviebrock/schema-rename
Schema::rename('oldtable','newtable') support
|
2012-07-19 13:42:34 -07:00 |
Franz Liedke
|
61364c553d
|
Make sure default values in schema columns are always non-empty (especially booleans).
|
2012-07-17 23:47:05 +02:00 |
Chris Berthe
|
fafaf724b0
|
Grammar/Vocabulary fixes
Signed-off-by: Chris Berthe <chrisberthe@gmail.com>
|
2012-06-13 11:19:20 -04:00 |
Colin Viebrock
|
7d4a346f84
|
Adding Schema::rename('oldtable','newtable') support
Signed-off-by: Colin Viebrock <colin@viebrock.ca>
|
2012-04-02 11:30:53 -05:00 |
Taylor Otwell
|
6f7780a0f8
|
Merge branch 'refs/heads/master' into develop
|
2012-03-07 14:13:01 -06:00 |
Shawn McCool
|
17ac74d7f8
|
made all sqlite fields nullable to fix various problems with the difference in sqlite's null functionality
|
2012-03-07 20:52:17 +01:00 |
Taylor Otwell
|
46595ce55e
|
Unsigned only supported by MySQL.
Signed-off-by: Taylor Otwell <taylorotwell@gmail.com>
|
2012-03-04 14:28:49 -06:00 |
Taylor Otwell
|
f3df013753
|
Added support for decimal data type in schema.
Signed-off-by: Taylor Otwell <taylorotwell@gmail.com>
|
2012-03-04 14:23:59 -06:00 |
Colin Viebrock
|
b7d068f2f2
|
Move method into grammar.php instead of duplicating in each grammar
|
2012-02-29 15:21:20 -06:00 |
Colin Viebrock
|
26c7273493
|
Add unsigned() modifier, so you can create unsigned integer columns
|
2012-02-29 15:09:13 -06:00 |
Taylor Otwell
|
0f2d311739
|
cleaning up some code.
|
2012-02-12 16:34:11 -06:00 |
Taylor Otwell
|
3a92facc76
|
updated routing to fix several issues.
|
2012-02-12 14:48:36 -06:00 |
Taylor Otwell
|
b5442c67fc
|
merged skunkworks into develop.
|
2012-01-16 13:59:24 -06:00 |