create-surf-app 0.1.17 → 0.1.19
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
// Database schema definition — keep in sync with backend/db/schema.js.
|
|
2
|
-
// This file mirrors the backend schema for TypeScript type safety in the frontend.
|
|
3
|
-
//
|
|
4
|
-
// Example:
|
|
5
|
-
// import { pgTable, serial, text, timestamp } from 'drizzle-orm/pg-core'
|
|
6
|
-
// export const users = pgTable('users', {
|
|
7
|
-
// id: serial('id').primaryKey(),
|
|
8
|
-
// name: text('name').notNull(),
|
|
9
|
-
// created_at: timestamp('created_at').defaultNow(),
|
|
10
|
-
// })
|