Studio
Local
→
Staging
Production
Connected
Staging
Production
Dry Run
Export SQL
Apply
🖥️ Local
☁️ Production
🖥️
Local
sessions
Columns
Indexes
Foreign Keys
RLS
Column
Type
Nullable
Default
Extra
id
uuid
NO
gen_random_uuid()
PK ⚡
user_id
uuid
NO
NULL
FK 🔗
token
text ⚠️
NO
NULL
+
expires_at
timestamptz
NO
NULL
created_at
timestamptz
NO
now()
☁️
Production
sessions
Columns
Indexes
Foreign Keys
RLS
Column
Type
Nullable
Default
Extra
id
uuid
NO
gen_random_uuid()
PK ⚡
user_id
uuid
NO
NULL
FK 🔗
token
varchar(255) ⚠️
NO
NULL
created_at
timestamptz
NO
now()
❌
expires_at
-
-
-
-