Class Version20181203205618 creates moovbox table in the schema
Class Version20181212163132 creates user table and alters moovbox table in schema
Class Version20181212164556 applies User ROLES to users table
Class Version20181214010317 creates the bounce table in the schema
Class Version20181214184827 create $gps_id in the bounce table
Class Version20181218161012 alters $gps_id column type in schema
Class Version20181220165557 creates targets table in the schema
Class Version20190104014750 creates the sources table in the schema
Class Version20190105145120 renames user table to users in schema
Class Version20190106014447 creates headers table in the schema
Class Version20190106020626 alters headers table in the schema
Class Version20190106072104 alters $enabled to be default null type boolean
Class Version20190106213221 adds $created and $updated Epoch timestamps to Targets & Sources tables
Class Version20190106220932 alters $blocked column to default null of type boolean
Class Version20190107102220 adds $created and $updated UNIX Epoch timestamps to \App\Entity\Users table
Class Version20190107194307 creates App\Entity\Groups table within schema
Class Version20190109020850
Class Version20190109023308 adds foreign key relationships to entities on $group_id <==> App\Entity\Groups->id
Class Version20190109024336 to alter indicies and foreign keys for Groups
Class Version20190109140929 adds Filters entity and foreign key relationships
Class Version20190114030646 refactor Moovbox to Incoming
Class Version20190114032922 refactor Bounce to Outgoing tables
Class Version20190114035912 add created Epoch timestamp to Incoming
Class Version20190114042011 add UNIX Epoch $created timestamp column to Outgoing
Class Version20190120043528 applies FK relationship
Class Version20190225184732 corrects null and default values