Build the flowsafe-owned schedules storage domain over a D1 binding, ready to
hand to createD1Storage({ domains }). The binding is the SAME one
createD1Storage builds its D1Store from — the domain creates two tables
(mastra_schedules, mastra_schedule_triggers) the adapter does not own, so
they coexist on one database with no DDL-ordering conflict.
Build the flowsafe-owned schedules storage domain over a D1 binding, ready to hand to
createD1Storage({ domains }). The binding is the SAME one createD1Storage builds its D1Store from — the domain creates two tables (mastra_schedules,mastra_schedule_triggers) the adapter does not own, so they coexist on one database with no DDL-ordering conflict.