currencies


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id INT UNSIGNED 10 null
debts.currency_id debts_currency_id_foreign N
gifts.currency_id gifts_currency_id_foreign N
users.currency_id users_currency_id_foreign N
iso VARCHAR 255 null
name VARCHAR 255 null
symbol VARCHAR 255 null
created_at TIMESTAMP 19 null
updated_at TIMESTAMP 19 null

Indexes

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

Relationships