Update ReadMe.md

This commit is contained in:
Fox 2016-08-01 16:31:23 -07:00 committed by GitHub
parent 29d324b67a
commit 8b95ab9c74

View File

@ -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}