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 20
20
21
21
| # | type | initial | required | unique |
22
22
| :----| :----| :----| :----| :----|
23
- | id | uuid | | | ◯ |
23
+ | id | uuid | | ◯ | ◯ |
24
24
| user_id | uuid | | ◯ | ◯ |
25
25
| image_file_name | uuid | | ◯ | ◯ |
26
26
| email | varchar(100) | | ◯ | |
Original file line number Diff line number Diff line change 14
14
15
15
| # | type | initial | required | unique |
16
16
| :----| :----| :----| :----| :----|
17
- | id | uuid | | | |
18
- | sponsor_id | uuid | | ◯ | |
17
+ | id | uuid | | ◯ | ◯ |
18
+ | sponsor_id | uuid | | ◯ | ◯ |
19
19
| link_url | varchar(500) | | | |
20
20
| image_url | varchar(500) | | | |
21
21
| image_alt | varchar(100) | | | |
Original file line number Diff line number Diff line change 15
15
16
16
| # | type | initial | required | unique |
17
17
| :----| :----| :----| :----| :----|
18
- | id | uuid | | | |
18
+ | id | uuid | | ◯ | ◯ |
19
19
| detail_page_id | varchar(40) | | | |
20
20
| name_ja | varchar(100) | | ◯ | |
21
21
| name_en | varchar(100) | | ◯ | |
Original file line number Diff line number Diff line change 11
11
12
12
| # | type | initial | required | unique |
13
13
| :----| :----| :----| :----| :----|
14
- | id | uuid | | | |
14
+ | id | uuid | | ◯ | ◯ |
15
15
| detail_page_id | varchar(40) | | | |
16
16
| name | varchar(100) | | ◯ | |
17
17
| description_ja | varchar(500) | | ◯ | |
Original file line number Diff line number Diff line change 11
11
12
12
| # | type | initial | required | unique |
13
13
| :----| :----| :----| :----| :----|
14
- | id | uuid | | | |
14
+ | id | uuid | | ◯ | ◯ |
15
15
| detail_page_id | varchar(40) | | | |
16
16
| image_url | varchar(500) | | | |
17
17
| name | varchar(100) | | ◯ | |
You can’t perform that action at this time.
0 commit comments