@@ -18,10 +18,3 @@ spec:
database: test
max_connections: 40
max_idle_connections: 10
-
----
@@ -1,4 +1,3 @@
kind: DataContainer
spec:
namespace: baize
@@ -0,0 +1,16 @@
+kind: DataContainer
+spec:
+ namespace: baize
+ data_source: baize
+ name: test.student_and_hobby
+ spec:
+ table_name: test.student_and_hobby
+ columns:
+ - name: student_id
+ type: varchar(32)
+ comment: id
+ primary_key: true
+ - name: hobby_id