Johan Carlberg

Results 1 comments of Johan Carlberg

> You can pass any `SQLExpression` to the `type` and `constraints` fields: > > ```swift > try self.db.create(table: "galaxies") > .column("id", type: SQLRaw("INTEGER"), SQLRaw("UNIQUE")) > .column("name", type: SQLRaw("VARCHAR")) > .run().wait()...