Subversion-Projekte lars-tiefland.laravel_shop

Revision

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

Revision 154 Revision 155
Zeile 11... Zeile 11...
11
         *
11
         *
12
         * @return void
12
         * @return void
13
         */
13
         */
14
        public function up(): void
14
        public function up(): void
15
        {
15
        {
16
            Schema::create( 'price_agencies', function ( Blueprint $table )
16
            Schema::create( 'shops', function ( Blueprint $table )
17
            {
17
            {
18
                $table->id();
18
                $table->id();
19
                $table->string( 'name' )->default( '' );
19
                $table->string( 'name' )->default( '' );
20
                $table->string( "short", 4 )->default( '' );
20
                $table->string( "short", 4 )->default( '' );
21
                $table->string( "re_short", 4 )->default( '' );
21
                $table->string( "re_short", 4 )->default( '' );