up
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
-- ============================================
|
||||
-- 此文件由 Meoo Cloud 自动生成,请勿修改
|
||||
-- This file is auto-generated by Meoo Cloud, DO NOT MODIFY
|
||||
-- ============================================
|
||||
|
||||
CREATE TABLE stock_collections (id SERIAL PRIMARY KEY, name VARCHAR(100) NOT NULL, description TEXT, created_at TIMESTAMPTZ NOT NULL DEFAULT NOW(), updated_at TIMESTAMPTZ NOT NULL DEFAULT NOW());
|
||||
Reference in New Issue
Block a user