{"editModeTheme":{"new":true,"isSystemTheme":true,"displayName":"Classic","name":"Classic"},"datasourceList":[{"isConfigured":true,"new":true,"invalids":[],"pluginId":"amazons3-plugin","isValid":true,"name":"AmazonS3 CRUD","messages":[],"userPermissions":["execute:datasources","manage:datasources","read:datasources"],"gitSyncId":"6171a062b7de236aa183ee0e_61bb76c8cd5d704509528942","structure":{}},{"isConfigured":true,"new":true,"invalids":[],"pluginId":"restapi-plugin","isValid":true,"name":"Appsmith Release","messages":[],"userPermissions":["execute:datasources","manage:datasources","read:datasources"],"gitSyncId":"6171a062b7de236aa183ee0e_61bb76c8cd5d704509528a53","structure":{}},{"isConfigured":true,"new":true,"invalids":[],"pluginId":"firestore-plugin","isValid":true,"name":"FBTemplateDB","messages":[],"userPermissions":["execute:datasources","manage:datasources","read:datasources"],"gitSyncId":"6171a062b7de236aa183ee0e_61bb76c8cd5d70450952893f","structure":{}},{"isConfigured":true,"new":true,"invalids":[],"pluginId":"google-sheets-plugin","isValid":true,"name":"Google Sheet","messages":[],"userPermissions":["execute:datasources","manage:datasources","read:datasources"],"gitSyncId":"6171a062b7de236aa183ee0e_61bb76c8cd5d704509528941","structure":{}},{"isConfigured":true,"new":true,"invalids":[],"pluginId":"postgres-plugin","isValid":true,"name":"Internal DB","messages":[],"userPermissions":["execute:datasources","manage:datasources","read:datasources"],"gitSyncId":"6171a062b7de236aa183ee0e_61bb76c8cd5d70450952893c","structure":{"tables":[{"schema":"public","columns":[{"defaultValue":"nextval('aforce_roster_id_seq'::regclass)","name":"id","type":"int4","isAutogenerated":true},{"name":"email","type":"text","isAutogenerated":false},{"name":"name","type":"text","isAutogenerated":false},{"name":"registration_date","type":"date","isAutogenerated":false}],"keys":[{"columnNames":["id"],"name":"aforce_roster_pkey","type":"primary key"}],"templates":[{"title":"SELECT","body":"SELECT * FROM public.\"aforce_heroes\" LIMIT 10;"},{"title":"INSERT","body":"INSERT INTO public.\"aforce_heroes\" (\"email\", \"name\", \"registration_date\")\n VALUES ('', '', '2019-07-01');"},{"title":"UPDATE","body":"UPDATE public.\"aforce_heroes\" SET\n \"email\" = '',\n \"name\" = '',\n \"registration_date\" = '2019-07-01'\n WHERE 1 = 0; -- Specify a valid condition here. Removing the condition may update every row in the table!"},{"title":"DELETE","body":"DELETE FROM public.\"aforce_heroes\"\n WHERE 1 = 0; -- Specify a valid condition here. Removing the condition may delete everything in the table!"}],"name":"public.aforce_heroes","type":"TABLE"},{"schema":"public","columns":[{"defaultValue":"nextval('aforce_roster_id_seq1'::regclass)","name":"id","type":"int4","isAutogenerated":true},{"name":"date","type":"date","isAutogenerated":false},{"name":"hero_id","type":"int4","isAutogenerated":false}],"keys":[{"columnNames":["id"],"name":"aforce_roster_pkey1","type":"primary key"}],"templates":[{"title":"SELECT","body":"SELECT * FROM public.\"aforce_roster\" LIMIT 10;"},{"title":"INSERT","body":"INSERT INTO public.\"aforce_roster\" (\"date\", \"hero_id\")\n VALUES ('2019-07-01', 1);"},{"title":"UPDATE","body":"UPDATE public.\"aforce_roster\" SET\n \"date\" = '2019-07-01',\n \"hero_id\" = 1\n WHERE 1 = 0; -- Specify a valid condition here. Removing the condition may update every row in the table!"},{"title":"DELETE","body":"DELETE FROM public.\"aforce_roster\"\n WHERE 1 = 0; -- Specify a valid condition here. Removing the condition may delete everything in the table!"}],"name":"public.aforce_roster","type":"TABLE"},{"schema":"public","columns":[{"defaultValue":"nextval('discord_messages_id_seq'::regclass)","name":"id","type":"int4","isAutogenerated":true},{"name":"msg_id","type":"text","isAutogenerated":false},{"name":"created_at","type":"date","isAutogenerated":false},{"name":"author","type":"text","isAutogenerated":false}],"keys":[{"columnNames":["id"],"name":"discord_messages_pkey","type":"primary key"}],"templates":[{"title":"SELECT"