mirror of
https://github.com/lazuscripts/users.git
synced 2024-11-17 03:14:22 +00:00
Update ReadMe.md
This commit is contained in:
parent
29d324b67a
commit
8b95ab9c74
@ -5,7 +5,7 @@
|
|||||||
2. Inside your application: `@include "users/users"`
|
2. Inside your application: `@include "users/users"`
|
||||||
|
|
||||||
3. In migrations, do the following:
|
3. In migrations, do the following:
|
||||||
```
|
```moonscript
|
||||||
import create_table, types from require "lapis.db.schema"
|
import create_table, types from require "lapis.db.schema"
|
||||||
create_table "users", {
|
create_table "users", {
|
||||||
{"id", types.serial primary_key: true}
|
{"id", types.serial primary_key: true}
|
||||||
|
Loading…
Reference in New Issue
Block a user