fizz icon indicating copy to clipboard operation
fizz copied to clipboard

Add ability to define comments

Open aeneasr opened this issue 6 years ago • 1 comments

For example:

// explain something
create_table("selfservice_registration_requests") {
	t.Column("id", "uuid", {primary: true})
	t.Timestamps()
}

aeneasr avatar Nov 26 '19 13:11 aeneasr

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)"})

sio4 avatar Sep 16 '22 05:09 sio4

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.

github-actions[bot] avatar Oct 17 '22 04:10 github-actions[bot]

This issue was closed because it has been stalled for 30+7 days with no activity.

github-actions[bot] avatar Oct 25 '22 04:10 github-actions[bot]