insert has one progress
This commit is contained in:
@@ -17,5 +17,7 @@ META_TABLE(authors, AUTHOR, id, first_name, last_name, date_of_birth, year_of_bi
|
||||
META_TABLE(books, BOOK, id, title, author_id, published_in)
|
||||
META_TABLE(orders, ORDER, order_id, order_date, required_date, shipped_date, ship_via, freight, ship_name, ship_address, ship_city, ship_region, ship_postal_code, ship_country)
|
||||
META_TABLE(courses, COURSE, id, title)
|
||||
META_TABLE(users, USER, id, name, password, session_id)
|
||||
META_TABLE(user_sessions, USER_SESSION, id, session_token, user_id)
|
||||
|
||||
#endif //MATADOR_MODEL_METAS_HPP
|
||||
Reference in New Issue
Block a user