X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=production%2Fexample_apps%2Fzippy_maps%2Fconfig%2FMigrations%2F20170519145000_add_image_to_categories.php;fp=production%2Fexample_apps%2Fzippy_maps%2Fconfig%2FMigrations%2F20170519145000_add_image_to_categories.php;h=dfb6867548dbef228da649681325d0057ce97ae7;hb=34d1cb2e8687b826357db1d3821bf9e05cf6f13d;hp=0000000000000000000000000000000000000000;hpb=21f30bb859e6c15393e23ac0e5ef417b82f628a5;p=feisty_meow.git diff --git a/production/example_apps/zippy_maps/config/Migrations/20170519145000_add_image_to_categories.php b/production/example_apps/zippy_maps/config/Migrations/20170519145000_add_image_to_categories.php new file mode 100644 index 00000000..dfb68675 --- /dev/null +++ b/production/example_apps/zippy_maps/config/Migrations/20170519145000_add_image_to_categories.php @@ -0,0 +1,34 @@ +table('categories') + ->addColumn('image', 'string', ['length' => 1024, 'null' => true]) + ->update(); + } +}