Setup Initial Schema (sqlite) #10

Open
sundog wants to merge 4 commits from setup-initial-schema into main
Owner

This PR introduces the initial database schema in the form of a SQLx migration. (See https://tms-dev-blog.com/rust-sqlx-basics-with-sqlite/ for a brief intro to SQLx).

Please review and comment. If there are no major objections over the next couple days then we'll go ahead and merge this as our starting point.

This PR introduces the initial database schema in the form of a SQLx migration. (See https://tms-dev-blog.com/rust-sqlx-basics-with-sqlite/ for a brief intro to SQLx). Please review and comment. If there are no major objections over the next couple days then we'll go ahead and merge this as our starting point.
sundog added 2 commits 2023-11-01 10:18:55 -04:00
Collaborator

Do you think we might want to break out a PersonStreetAddress table to handle things like separate billing/shipping addresses, multiple shipping addresses, etc?

Do you think we might want to break out a PersonStreetAddress table to handle things like separate billing/shipping addresses, multiple shipping addresses, etc?
sundog added 1 commit 2023-12-01 11:58:03 -04:00
Author
Owner

Do you think we might want to break out a PersonStreetAddress table to handle things like separate billing/shipping addresses, multiple shipping addresses, etc?

Agreed on the shipping addresses - I've updated the merge request to add the PersonShippingAddresses table.

Thanks for calling that out!

> Do you think we might want to break out a PersonStreetAddress table to handle things like separate billing/shipping addresses, multiple shipping addresses, etc? Agreed on the shipping addresses - I've updated the merge request to add the `PersonShippingAddresses` table. Thanks for calling that out!
sundog added 1 commit 2024-01-03 13:13:27 -04:00
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin setup-initial-schema:setup-initial-schema
git checkout setup-initial-schema
Sign in to join this conversation.
No description provided.