No seriously. Fuck you, MySQL strict.

This commit is contained in:
snipe
2013-11-26 17:47:21 -05:00
parent eb7801abf9
commit a33435ee12
+2 -2
View File
@@ -21,8 +21,8 @@ class LicensesSeeder extends Seeder {
'created_at' => $date->modify('-10 day'),
'updated_at' => $date->modify('-3 day'),
'seats' => 5,
'license_name' => NULL,
'license_email' => NULL,
'license_name' => '',
'license_email' => '',
'notes' =>'',
'user_id' =>1,
'depreciation_id' =>2,