Soypete / WebServices-in-3-weeks

Made for the O'Reilly media course: Go for Web Development in 3 Weeks-A Guide for Building Robust Web Apps
22 stars 11 forks source link

Talk about migrations #38

Open Soypete opened 1 year ago

Soypete commented 1 year ago

explain. what would go into a sql migration and what create methods are. give examples in slides. this should go before the open source tools part.

include create table, create index, create function, and alter statements.