flsa_details
- back_wages
- Back wages owed under this detail row, in dollars.
- type
- Sub-classification of the FLSA violation.
- violation_id
- Foreign key to violations.id.
This data as json
0 records
CREATE TABLE "flsa_details" ( [violation_id] INTEGER REFERENCES [violations]([id]), [type] TEXT, [back_wages] FLOAT );