mirror of
https://github.com/strongdm/comply
synced 2024-11-05 07:25:26 +00:00
145 B
145 B
1 | Field | Type | Null | Key | Default | Extra |
---|---|---|---|---|---|---|
2 | user_id | smallint(5) | NO | PRI | NULL | auto_increment |
3 | username | varchar(10) | NO | NULL | ||
4 | password | varchar(100) | NO | NULL |