process structure job is complete. just need to make migrations

This commit is contained in:
2019-05-28 03:17:26 -05:00
parent c5039c3152
commit 414f35e353
3 changed files with 80 additions and 10 deletions

View File

@@ -30,7 +30,7 @@ class Structure extends Model
'type_id',
'corporation_id',
'services', //True or false on whether it has services which are held in a different table
'state'
'state',
'state_timer_start',
'state_timer_end',
'fuel_expires',