@@ -14,8 +14,7 @@ |
||
14 | 14 | public function up() |
15 | 15 | { |
16 | 16 | // |
17 | - Schema::table('tech_tips', function(Blueprint $table) |
|
18 | - { |
|
17 | + Schema::table('tech_tips', function(Blueprint $table) { |
|
19 | 18 | $table->boolean('documentation')->default(0)->nullable()->after('public'); |
20 | 19 | }); |
21 | 20 | } |