Skip to content

Commit 6fd2b28

Browse files
committed
Update 2016_01_23_195851_add_api_keys.php
1 parent 1433adb commit 6fd2b28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

database/migrations/2016_01_23_195851_add_api_keys.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ public function up()
1616
$table->increments('id');
1717
$table->char('public', 16);
1818
$table->text('secret');
19-
$table->json('allowed_ips')->nullable();
19+
$table->text('allowed_ips')->nullable();
2020
$table->timestamps();
2121
});
2222
}

0 commit comments

Comments
 (0)