diff options
| author | it-fixcomart <it@fixcomart.co.id> | 2025-02-06 11:27:03 +0700 |
|---|---|---|
| committer | it-fixcomart <it@fixcomart.co.id> | 2025-02-06 11:27:03 +0700 |
| commit | 137737e4c215f5a9a6aae78cafbefe5b4cf7793d (patch) | |
| tree | 325b429f5fae6ecca2de177c537d237191fb3dc5 /prisma/migrations | |
| parent | 38db9dbede5ee9d99068fb9a98941fd15c2730bf (diff) | |
<iman> update scanner and add value
Diffstat (limited to 'prisma/migrations')
| -rw-r--r-- | prisma/migrations/20250206040903_add_value_column/migration.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/prisma/migrations/20250206040903_add_value_column/migration.sql b/prisma/migrations/20250206040903_add_value_column/migration.sql new file mode 100644 index 0000000..0dd8b8b --- /dev/null +++ b/prisma/migrations/20250206040903_add_value_column/migration.sql @@ -0,0 +1,2 @@ +-- AlterTable +ALTER TABLE "Product" ADD COLUMN "value" FLOAT; |
