Skip to content

Files

Latest commit

 

History

History

example.t

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Example - PostgreSQL

An example of migrations that create users and users_token table for an authentication system is available in example

Example - Sqlite3

An example of migrations that creates a pet table and alter the column. This example is from go-migrate to ensure compatibility.