idevelopment / service_status

Network and Service status page for all iDevelopment services.
2 stars 1 forks source link

Buid up the label migration. #62

Closed Tjoosten closed 8 years ago

Tjoosten commented 8 years ago

For now labels have the default laravel migration. We need to build up the migration for this.

MySQL [service_status]> show columns from labels; 
+------------+------------------+------+-----+---------+----------------+
| Field      | Type             | Null | Key | Default | Extra          |
+------------+------------------+------+-----+---------+----------------+
| id         | int(10) unsigned | NO   | PRI | NULL    | auto_increment |
| created_at | timestamp        | YES  |     | NULL    |                |
| updated_at | timestamp        | YES  |     | NULL    |                |
+------------+------------------+------+-----+---------+----------------+
3 rows in set (0.01 sec)