Adjust columns in migrations and give lens to strings and custom flight fields #48
This commit is contained in:
@@ -11,9 +11,18 @@
|
||||
|
||||
return [
|
||||
|
||||
/**
|
||||
* Start date. Set the date of when your VA has started
|
||||
* Used as an anchor point for some financials and things
|
||||
*
|
||||
* YYYY-MM-DD format
|
||||
*/
|
||||
'start_date' => '2017-07-07',
|
||||
|
||||
/**
|
||||
* Pick one of:
|
||||
* dollar, euro, gbp, yen, jpy, rupee, ruble
|
||||
* dollar, euro, gbp, yen, jpy, rupee, ruble
|
||||
*/
|
||||
'currency' => 'dollar',
|
||||
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user