Skip to content

Commit

Permalink
Merge pull request #426 from holistics/update_example_in_readme
Browse files Browse the repository at this point in the history
docs: Update the example of table users in README.md
  • Loading branch information
huyphung1602 authored Aug 17, 2023
2 parents 6fb58f3 + 8f940d7 commit 2e9ed11
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dbml-homepage/docs/docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,8 @@ Example,
id integer [primary key]
username varchar(255) [not null, unique]
full_name varchar(255) [not null]
gender varchar(1) [default: 'm']
gender varchar(1) [not null]
source varchar(255) [default: 'direct']
created_at timestamp [default: `now()`]
rating integer [default: 10]
}
Expand Down

0 comments on commit 2e9ed11

Please sign in to comment.