Column |
Type |
Nullable |
Default |
Primary Key |
id |
integer |
No |
NULL |
Yes |
first_name |
string |
Yes |
NULL |
No |
last_name |
string |
Yes |
NULL |
No |
email |
string |
Yes |
NULL |
No |
phone |
string |
Yes |
NULL |
No |
created_at |
datetime |
No |
NULL |
No |
updated_at |
datetime |
No |
NULL |
No |
Name |
Columns |
Unique |
index_customers_on_email |
email |
Yes |
No foreign keys found or not supported by this database.