modules


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id INT UNSIGNED 10 null
account_id INT UNSIGNED 10 null
accounts.id modules_account_id_foreign C
key VARCHAR 255 null
translation_key VARCHAR 255 null
active BIT 1 1
delible BIT 1 0
created_at TIMESTAMP 19 null
updated_at TIMESTAMP 19 null

Indexes

Constraint Name Type Sort Column(s)
PRIMARY Primary key Asc id
modules_account_id_foreign Performance Asc account_id

Relationships