Subversion-Projekte lars-tiefland.laravel_shop

Revision

Revision 579 | Revision 583 | Zur aktuellen Revision | Ganze Datei anzeigen | Leerzeichen ignorieren | Details | Blame | Letzte Änderung | Log anzeigen | RSS feed

Revision 579 Revision 581
Zeile 20... Zeile 20...
20
                $table->string('headline')->default('');
20
                $table->string('headline')->default('');
21
                $table->text( 'description' )->default( '' );
21
                $table->text( 'description' )->default( '' );
22
                $table->string('logo1')->default('');
22
                $table->string('logo1')->default('');
23
                $table->string('logo1_href')->default('');
23
                $table->string('logo1_href')->default('');
24
                $table->string('logo2')->default('');
24
                $table->string('logo2')->default('');
-
 
25
                $table->string('logo2')->default('');
25
                $table->string('logo2_href')->default('');
26
                $table->string('logo2_href')->default('');
26
                $table->string('logo1')->default('');
-
 
27
                $table->boolean('property_1')->default('0');
27
                $table->boolean('property_1')->default('0');
28
                $table->boolean('property_2')->default('0');
28
                $table->boolean('property_2')->default('0');
29
                $table->boolean('property_3')->default('0');
29
                $table->boolean('property_3')->default('0');
30
                $table->boolean('calculation')->default('0');
30
                $table->boolean('calculation')->default('0');
31
                $table->string( 'created_by' )->default( '' );
31
                $table->string( 'created_by' )->default( '' );