local Model = require("lapis.db.model").Model -- stations -- - name/id local Stations = Model:extend("stations", { -- "station", types.integer -- "name", types.varchar timestamp = true }) return Stations