File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed
apps/web-docs/supabase/db Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 2020
2121| # | type | initial | required | unique |
2222| :----| :----| :----| :----| :----|
23- | id | uuid | | | ◯ |
23+ | id | uuid | | ◯ | ◯ |
2424| user_id | uuid | | ◯ | ◯ |
2525| image_file_name | uuid | | ◯ | ◯ |
2626| email | varchar(100) | | ◯ | |
Original file line number Diff line number Diff line change 1414
1515| # | type | initial | required | unique |
1616| :----| :----| :----| :----| :----|
17- | id | uuid | | | |
18- | sponsor_id | uuid | | ◯ | |
17+ | id | uuid | | ◯ | ◯ |
18+ | sponsor_id | uuid | | ◯ | ◯ |
1919| link_url | varchar(500) | | | |
2020| image_url | varchar(500) | | | |
2121| image_alt | varchar(100) | | | |
Original file line number Diff line number Diff line change 1515
1616| # | type | initial | required | unique |
1717| :----| :----| :----| :----| :----|
18- | id | uuid | | | |
18+ | id | uuid | | ◯ | ◯ |
1919| detail_page_id | varchar(40) | | | |
2020| name_ja | varchar(100) | | ◯ | |
2121| name_en | varchar(100) | | ◯ | |
Original file line number Diff line number Diff line change 1111
1212| # | type | initial | required | unique |
1313| :----| :----| :----| :----| :----|
14- | id | uuid | | | |
14+ | id | uuid | | ◯ | ◯ |
1515| detail_page_id | varchar(40) | | | |
1616| name | varchar(100) | | ◯ | |
1717| description_ja | varchar(500) | | ◯ | |
Original file line number Diff line number Diff line change 1111
1212| # | type | initial | required | unique |
1313| :----| :----| :----| :----| :----|
14- | id | uuid | | | |
14+ | id | uuid | | ◯ | ◯ |
1515| detail_page_id | varchar(40) | | | |
1616| image_url | varchar(500) | | | |
1717| name | varchar(100) | | ◯ | |
You can’t perform that action at this time.
0 commit comments