readme formatting

This commit is contained in:
collerek
2020-08-09 11:08:28 +02:00
parent fb5d03d64c
commit d9755234c1

View File

@ -171,17 +171,17 @@ All fields are required unless one of the following is set:
Autoincrement is set by default on int primary keys. Autoincrement is set by default on int primary keys.
Available Model Fields: Available Model Fields:
* `orm.String(length)` * `orm.String(length)`
* `orm.Text()` * `orm.Text()`
* `orm.Boolean()` * `orm.Boolean()`
* `orm.Integer()` * `orm.Integer()`
* `orm.Float()` * `orm.Float()`
* `orm.Date()` * `orm.Date()`
* `orm.Time()` * `orm.Time()`
* `orm.DateTime()` * `orm.DateTime()`
* `orm.JSON()` * `orm.JSON()`
* `orm.BigInteger()` * `orm.BigInteger()`
* `orm.Decimal(lenght, precision)` * `orm.Decimal(lenght, precision)`
[sqlalchemy-core]: https://docs.sqlalchemy.org/en/latest/core/ [sqlalchemy-core]: https://docs.sqlalchemy.org/en/latest/core/
[databases]: https://github.com/encode/databases [databases]: https://github.com/encode/databases