nickolasjadams / megalavania

Special Order Form SAAS Project
0 stars 0 forks source link

customers Schema and Migration #14

Closed nickolasjadams closed 3 years ago

nickolasjadams commented 3 years ago

Table customers { id int [pk, increment] user_id int [ref: > users.id] first_name varchar last_name varchar phone varchar email varchar sms boolean created_at timestamp updated_at timestamp }