ple_credits

4 rows


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id CHAR 36 null
name VARCHAR 125 null
VARCHAR 125 null
primary BIT 1 0
status BIT 1 1
sort_order INT 10 null
tenant_id CHAR 36 null
tenants.id credits_tenant_id_foreign R
created_by CHAR 36 null
users.id credits_created_by_foreign R
created_at TIMESTAMP 19 null
updated_at TIMESTAMP 19 null
deleted_at TIMESTAMP 19 null

Indexes

Constraint Name Type Sort Column(s)
PRIMARY Primary key Asc id
credits_created_by_foreign Performance Asc created_by
credits_tenant_id_foreign Performance Asc tenant_id

Relationships