| Name | Columns | Comment | Type |
|---|---|---|---|
| public.users | 6 | ユーザー情報を格納するテーブル | BASE TABLE |
erDiagram
"public.users" {
integer id
varchar_255_ name
integer age
varchar_255_ email
timestamp_without_time_zone created_at
timestamp_without_time_zone updated_at
}
Generated by tbls