ActiveRecord Migrations

suggest change

Versions

[{“Name”:“5.0”,“GroupName”:null}]

Parameters

Column type | Description | —— | —— |:primary_key | Primary key |:string | Shorter string datatype. Allows limit option for maximum number of characters. |:text | Longer amount of text. Allows limit option for maximum number of bytes. |:integer | Integer. Allows limit option for maximum number of bytes. |:bigint | Larger integer |:float | Float |:decimal | Decimal number with variable precision. Allows precision and scale options. |:numeric | Allows precision and scale options. |:datetime | DateTime object for dates/times. |:time | Time object for times. |:date | Date object for dates. |:binary | Binary data. Allows limit option for maximum number of bytes. |:boolean | Boolean |

Remarks

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:


ActiveRecord migrations:
*ActiveRecord Migrations

Table Of Contents
4ActiveRecord migrations
55CSV