Skip to content

Commit 46e27ed

Browse files
committed
update readme
1 parent 207e8e3 commit 46e27ed

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

apps/web-docs/supabase/db/attendee.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
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) | || |

apps/web-docs/supabase/db/job.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
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) | | | |

apps/web-docs/supabase/db/speaker.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
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) | || |

apps/web-docs/supabase/db/sponsor.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
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) | || |

apps/web-docs/supabase/db/staff.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
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) | || |

0 commit comments

Comments
 (0)