migration docs link in readme
This commit is contained in:
parent
e11b84ad55
commit
4d01ec6a62
1 changed files with 4 additions and 1 deletions
|
@ -6,6 +6,9 @@ Source-generated PostgreSQL ORM for use with the
|
|||
[Angel framework](https://angel-dart.github.io).
|
||||
Now you can combine the power and flexibility of Angel with a strongly-typed ORM.
|
||||
|
||||
Documentation for migrations can be found here:
|
||||
https://angel-dart.gitbook.io/angel/v/2.x/orm/migrations
|
||||
|
||||
* [Usage](#usage)
|
||||
* [Model Definitions](#models)
|
||||
* [MVC Example](#example)
|
||||
|
@ -258,4 +261,4 @@ abstract class _Foo extends Model {
|
|||
@Column(defaultValue: 'baz')
|
||||
String bar;
|
||||
}
|
||||
```
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue