Skip to content

kfly8-sandbox/sample-tbls-with-drizzle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sample_tbls

Tables

Name Columns Comment Type
public.users 6 ユーザー情報を格納するテーブル BASE TABLE

Relations

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
}
Loading

Generated by tbls

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors