fizz
fizz copied to clipboard
Add ability to define comments
For example:
// explain something
create_table("selfservice_registration_requests") {
t.Column("id", "uuid", {primary: true})
t.Timestamps()
}
related issue (column scope): #107
could be considered as the same proposal.
original comment from #107
I want use like this:
add_column("images", "actual_size", "integer", {null: true, comments:"实际占用空间大小(单位MB)"})
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment. Otherwise, this will be closed in 7 days.
This issue was closed because it has been stalled for 30+7 days with no activity.